home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.6 KB | 61 lines | [TEXT/MPS ] |
- /*
- File: OCEErrors.idl
-
- Contains: Apple Open Collaboration Environment Error Interfaces.
-
- Version: Technology: AOCE Toolbox 1.02
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __OCEERRORS_IDL__
- #define __OCEERRORS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __ERRORS_IDL__
- #include <Errors.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_ONLY
- /*
- Allocated ranges:
- AOCE General Errors -1500 to -1539
- AOCE Authentication Errors -1540 to -1609
- AOCE Catalog Errors -1610 to -1680
-
- AOCE Standard Mail Errors -1900 to -1949
- AOCE Standard Catalog Errors -1950 to -1969
- AOCE Digital Signature Errors -1970 to -1999
-
- AOCE Templates Errors -15000 to -15039
- AOCE Mail Errors -15040 to -15089
- AOCE Messaging Errors -15090 to -15169
- Reserved for future -15170 to -15199
- */
- /* AOCE General Errors (-1500 to -1539) */
- /* AOCE Authentication Errors (-1540 to -1609) */
- /* AOCE Catalog Errors (-1610 to -1680) */
- /* AOCE Standard Mail Errors (-1900 to -1949) */
- /* AOCE Standard Catalog Errors (-1950 to -1969) */
- /* AOCE Digital Signature Errors (-1970 to -1999) */
- /* AOCE Templates Errors (-15000 to -15039) */
- /* AOCE Mail Errors (-15040 to -15089) */
- /* AOCE Messaging Errors (-15090 to -15169) */
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __OCEERRORS_IDL__ */
-
-